home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / OWLINC.PAK / WINSOCK.RC < prev    next >
Text File  |  1997-05-06  |  4KB  |  76 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1992, 1996 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.5  $
  6. //
  7. // Resources to use with TSocketError
  8. //----------------------------------------------------------------------------
  9.  
  10. #include <owl/winsock.rh>
  11.  
  12. #if defined(RC_INVOKED)
  13.  
  14. #if !defined(NO_IDS_WINSOCK_BASE) && !defined(__IDS_WINSOCK_BASE)
  15. #define __IDS_WINSOCK_BASE
  16. STRINGTABLE LOADONCALL MOVEABLE DISCARDABLE
  17. {
  18.   IDS_WINSOCK_BASE, "Untitled"
  19.   IDS_WINSOCK_BASE+1, "(WSAEINTR): Interrupted system call",
  20.   IDS_WINSOCK_BASE+2, "(WSAEBADF): Bad file number",
  21.   IDS_WINSOCK_BASE+3, "(WSAEACCES): Permission denied",
  22.   IDS_WINSOCK_BASE+4, "(WSAEFAULT): Bad address passed",
  23.   IDS_WINSOCK_BASE+5, "(WSAEINVAL): Invalid parameter passed",
  24.   IDS_WINSOCK_BASE+6, "(WSAEMFILE): Too many open files",
  25.   IDS_WINSOCK_BASE+7, "(WSAEWOULDBLOCK): Operation would block",
  26.   IDS_WINSOCK_BASE+8, "(WSAEINPROGRESS): Operation is now in progress",
  27.   IDS_WINSOCK_BASE+9, "(WSAEALREADY): Operation is already in progress",
  28.   IDS_WINSOCK_BASE+10, "(WSAENOTSOCK): Socket operation on non-socket",
  29.   IDS_WINSOCK_BASE+11, "(WSAEDESTADDRREQ): Destination address required",
  30.   IDS_WINSOCK_BASE+12, "(WSAEMSGSIZE): Message is too long",
  31.   IDS_WINSOCK_BASE+13, "(WSAEPROTOTYPE): The protocol is of the wrong type for the socket",
  32.   IDS_WINSOCK_BASE+14, "(WSAENOPROTOOPT): The requested protocol is not available",
  33.   IDS_WINSOCK_BASE+15, "(WSAEPROTONOSUPPORT): The requested protocol is not supported",
  34.   IDS_WINSOCK_BASE+16, "(WSAESOCKTNOSUPPORT): The specified socket type is not supported",
  35.   IDS_WINSOCK_BASE+17, "(WSAEOPNOTSUPP): The specified operation is not supported",
  36.   IDS_WINSOCK_BASE+18, "(WSAEPFNOSUPPORT): The specified protocol family is not supported",
  37.   IDS_WINSOCK_BASE+19, "(WSAEAFNOSUPPORT): The specified address family is not supported",
  38.   IDS_WINSOCK_BASE+20, "(WSAEADDRINUSE): The specified address is already in use",
  39.   IDS_WINSOCK_BASE+21, "(WSAEADDRNOTAVAIL): The requested address is unassignable",
  40.   IDS_WINSOCK_BASE+22, "(WSAENETDOWN): The network appears to be down",
  41.   IDS_WINSOCK_BASE+23, "(WSAENETUNREACH): The network is unreachable",
  42.   IDS_WINSOCK_BASE+24, "(WSAENETRESET): The network dropped the connection on reset",
  43.   IDS_WINSOCK_BASE+25, "(WSAECONNABORTED): Software caused a connection abort",
  44.   IDS_WINSOCK_BASE+26, "(WSAECONNRESET): Connection was reset by peer",
  45.   IDS_WINSOCK_BASE+27, "(WSAENOBUFS): Out of buffer space",
  46.   IDS_WINSOCK_BASE+28, "(WSAEISCONN): Socket is already connected",
  47.   IDS_WINSOCK_BASE+29, "(WSAENOTCONN): Socket is not presently connected",
  48.   IDS_WINSOCK_BASE+30, "(WSAESHUTDOWN): Can't send data because socket is shut down",
  49.   IDS_WINSOCK_BASE+31, "(WSAETOOMANYREFS): Too many references, unable to splice",
  50.   IDS_WINSOCK_BASE+32, "(WSAETIMEDOUT): The connection timed out",
  51.   IDS_WINSOCK_BASE+33, "(WSAECONNREFUSED): The connection was refused",
  52.   IDS_WINSOCK_BASE+34, "(WSAELOOP): Too many symbolic link levels",
  53.   IDS_WINSOCK_BASE+35, "(WSAENAMETOOLONG): File name is too long",
  54.   IDS_WINSOCK_BASE+36, "(WSAEHOSTDOWN): The host appears to be down",
  55.   IDS_WINSOCK_BASE+37, "(WSAEHOSTUNREACH): The host is unreachable",
  56.   IDS_WINSOCK_BASE+38, "(WSAENOTEMPTY): The directory is not empty",
  57.   IDS_WINSOCK_BASE+39, "(WSAEPROCLIM): There are too many processes",
  58.   IDS_WINSOCK_BASE+40, "(WSAEUSERS): There are too many users",
  59.   IDS_WINSOCK_BASE+41, "(WSAEDQUOT): The disk quota is exceeded",
  60.   IDS_WINSOCK_BASE+42, "(WSAESTALE): Bad NFS file handle",
  61.   IDS_WINSOCK_BASE+43, "(WSAEREMOTE): There are too many levels of remote in the path",
  62.   IDS_WINSOCK_BASE+44, "(WSAEDISCO): Disconnect",
  63.   IDS_WINSOCK_BASE+45, "(WSASYSNOTREADY): Network sub-system is not ready or unusable",
  64.   IDS_WINSOCK_BASE+46, "(WSAVERNOTSUPPORTED): The requested version is not supported",
  65.   IDS_WINSOCK_BASE+47, "(WSANOTINITIALISED): Socket system is not initialized",
  66.   IDS_WINSOCK_BASE+48, "(WSAHOST_NOT_FOUND): The host was not found",
  67.   IDS_WINSOCK_BASE+49, "(WSATRY_AGAIN): Non-authoritative host not found",
  68.   IDS_WINSOCK_BASE+50, "(WSANO_RECOVERY): Non-recoverable error",
  69.   IDS_WINSOCK_BASE+51, "(WSANO_DATA): No information of the requested type was available",
  70.   IDS_WINSOCK_BASE+52, "(???): Unknown error"
  71. }
  72. #endif
  73. #undef NO_IDS_WINSOCK_BASE
  74.  
  75. #endif  // defined(RC_INVOKED)
  76.